Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stray reference to old autosummary dir #598

Merged
merged 2 commits into from
Apr 28, 2022

Conversation

mtreinish
Copy link
Member

In #544 we updated the autosummary directives output directory from
'stubs' to 'apiref' so that the urls of the hosted documentation made
more sense. Then a redirect was added to ensure that stale links to
stubs were redirected to the new location. However, as part of this
migration one autosummary directory was missed causing it to still
publish to 'stubs'. With the redirects in place this means that the
documentation is not actually reachable anymore. This commit fixes this
oversight by fixing the autosummary directory so the documentation is
built in the correct location.

Fixes #594

@mtreinish mtreinish added documentation stable-backport-potential This PR or issue is potentially worth backporting for inclusion in a stable branch labels Apr 27, 2022
In Qiskit#544 we updated the autosummary directives output directory from
'stubs' to 'apiref' so that the urls of the hosted documentation made
more sense. Then a redirect was added to ensure that stale links to
stubs were redirected to the new location. However, as part of this
migration one autosummary directory was missed causing it to still
publish to 'stubs'. With the redirects in place this means that the
documentation is not actually reachable anymore. This commit fixes this
oversight by fixing the autosummary directory so the documentation is
built in the correct location.

Fixes Qiskit#594
@mtreinish mtreinish changed the title Fix start reference to old autosummary dir Fix stray reference to old autosummary dir Apr 27, 2022
@coveralls
Copy link

coveralls commented Apr 27, 2022

Pull Request Test Coverage Report for Build 2239421478

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 97.175%

Totals Coverage Status
Change from base Build 2236086269: 0.04%
Covered Lines: 11144
Relevant Lines: 11468

💛 - Coveralls

@mtreinish mtreinish merged commit dee68e5 into Qiskit:main Apr 28, 2022
@mtreinish mtreinish deleted the fix-stray-stubs branch April 28, 2022 19:25
mergify bot pushed a commit that referenced this pull request Apr 28, 2022
In #544 we updated the autosummary directives output directory from
'stubs' to 'apiref' so that the urls of the hosted documentation made
more sense. Then a redirect was added to ensure that stale links to
stubs were redirected to the new location. However, as part of this
migration one autosummary directory was missed causing it to still
publish to 'stubs'. With the redirects in place this means that the
documentation is not actually reachable anymore. This commit fixes this
oversight by fixing the autosummary directory so the documentation is
built in the correct location.

Fixes #594

(cherry picked from commit dee68e5)
mergify bot added a commit that referenced this pull request Apr 28, 2022
In #544 we updated the autosummary directives output directory from
'stubs' to 'apiref' so that the urls of the hosted documentation made
more sense. Then a redirect was added to ensure that stale links to
stubs were redirected to the new location. However, as part of this
migration one autosummary directory was missed causing it to still
publish to 'stubs'. With the redirects in place this means that the
documentation is not actually reachable anymore. This commit fixes this
oversight by fixing the autosummary directory so the documentation is
built in the correct location.

Fixes #594

(cherry picked from commit dee68e5)

Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation stable-backport-potential This PR or issue is potentially worth backporting for inclusion in a stable branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: The link in the documentation for the graph operator is broken.
2 participants